New Functions in Week 10

geom_segment

{GGPLOT2}

Generates a line segment or curve

geom_bar

{GGPLOT2}

Generates a bar chart

theme

{GGPLOT2}

Set theme for GGPLOT2

element_text

{GGPLOT2}

Customise text in GGPLOT2

sqrt

{stats}

Square root

sample_n

{dplyr}

Sample a number of observations from a data frame

scale_y_continuous

{GGPLOT2}

Customise continuous y axis

ecdf

{stats}

Compute an empirical cumulative distribution function

ylab

{GGPLOT2}

Label the y axis (ggplot)

stat_ecdf

{GGPLOT2}

Compute empirical cumulative distribution

set.seed

{base}

Initialise a pseudorandom number generator.

The end!